home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / MBFolderBr2116746142008.psc / MBFolderBrowser 1.0.0 / frmAbout.frm < prev    next >
Text File  |  2008-01-05  |  4KB  |  139 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BackColor       =   &H00404040&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "About MBFolderBrowser"
  6.    ClientHeight    =   1500
  7.    ClientLeft      =   45
  8.    ClientTop       =   435
  9.    ClientWidth     =   4605
  10.    Icon            =   "frmAbout.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1500
  15.    ScaleWidth      =   4605
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin VB.Image Image2 
  18.       Height          =   1110
  19.       Left            =   3510
  20.       Picture         =   "frmAbout.frx":3D8A
  21.       Top             =   240
  22.       Width           =   1110
  23.    End
  24.    Begin VB.Label Label6 
  25.       AutoSize        =   -1  'True
  26.       BackStyle       =   0  'Transparent
  27.       Caption         =   "1386/10/15 - 2008/1/5"
  28.       BeginProperty Font 
  29.          Name            =   "Tahoma"
  30.          Size            =   8.25
  31.          Charset         =   178
  32.          Weight          =   700
  33.          Underline       =   0   'False
  34.          Italic          =   0   'False
  35.          Strikethrough   =   0   'False
  36.       EndProperty
  37.       ForeColor       =   &H00FFFFFF&
  38.       Height          =   195
  39.       Left            =   1320
  40.       TabIndex        =   4
  41.       Top             =   1200
  42.       Width           =   1995
  43.    End
  44.    Begin VB.Label Label4 
  45.       AutoSize        =   -1  'True
  46.       BackStyle       =   0  'Transparent
  47.       Caption         =   "Mbt925@Gmail.Com"
  48.       BeginProperty Font 
  49.          Name            =   "Tahoma"
  50.          Size            =   9
  51.          Charset         =   178
  52.          Weight          =   700
  53.          Underline       =   0   'False
  54.          Italic          =   0   'False
  55.          Strikethrough   =   0   'False
  56.       EndProperty
  57.       ForeColor       =   &H00FFFFFF&
  58.       Height          =   210
  59.       Left            =   1320
  60.       TabIndex        =   3
  61.       Top             =   840
  62.       Width           =   1830
  63.    End
  64.    Begin VB.Label Label3 
  65.       AutoSize        =   -1  'True
  66.       BackStyle       =   0  'Transparent
  67.       Caption         =   "Mbt925"
  68.       BeginProperty Font 
  69.          Name            =   "Tahoma"
  70.          Size            =   9
  71.          Charset         =   178
  72.          Weight          =   700
  73.          Underline       =   0   'False
  74.          Italic          =   0   'False
  75.          Strikethrough   =   0   'False
  76.       EndProperty
  77.       ForeColor       =   &H000000FF&
  78.       Height          =   210
  79.       Left            =   1920
  80.       TabIndex        =   2
  81.       Top             =   480
  82.       Width           =   735
  83.    End
  84.    Begin VB.Label Label2 
  85.       AutoSize        =   -1  'True
  86.       BackStyle       =   0  'Transparent
  87.       Caption         =   "By"
  88.       BeginProperty Font 
  89.          Name            =   "Tahoma"
  90.          Size            =   9
  91.          Charset         =   178
  92.          Weight          =   700
  93.          Underline       =   0   'False
  94.          Italic          =   0   'False
  95.          Strikethrough   =   0   'False
  96.       EndProperty
  97.       ForeColor       =   &H00FFFFFF&
  98.       Height          =   210
  99.       Left            =   1320
  100.       TabIndex        =   1
  101.       Top             =   480
  102.       Width           =   225
  103.    End
  104.    Begin VB.Label Label1 
  105.       AutoSize        =   -1  'True
  106.       BackStyle       =   0  'Transparent
  107.       Caption         =   "MBFolderBrowser 1.0.0"
  108.       BeginProperty Font 
  109.          Name            =   "Tahoma"
  110.          Size            =   9
  111.          Charset         =   178
  112.          Weight          =   700
  113.          Underline       =   0   'False
  114.          Italic          =   0   'False
  115.          Strikethrough   =   0   'False
  116.       EndProperty
  117.       ForeColor       =   &H00FFFFFF&
  118.       Height          =   210
  119.       Left            =   1320
  120.       TabIndex        =   0
  121.       Top             =   150
  122.       Width           =   2130
  123.    End
  124.    Begin VB.Image Image1 
  125.       Height          =   960
  126.       Left            =   60
  127.       Picture         =   "frmAbout.frx":68ED
  128.       Top             =   300
  129.       Width           =   1050
  130.    End
  131. End
  132. Attribute VB_Name = "frmAbout"
  133. Attribute VB_GlobalNameSpace = False
  134. Attribute VB_Creatable = False
  135. Attribute VB_PredeclaredId = True
  136. Attribute VB_Exposed = False
  137. Option Explicit
  138.  
  139.